home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / dfue / fax / coma202 / develop / coma_drv.h < prev    next >
Encoding:
Text File  |  1993-10-31  |  265 b   |  10 lines

  1. /* CoMa Fax Treiber (c) by SOFTBÄR  */
  2.  
  3. int coma_clear_folder(char *folder);
  4. int coma_open_file(char *folder, char *name);
  5. int coma_pixelline(char *pixel);
  6. int coma_close_file(void);
  7.  
  8. #define NO_PATH      -1
  9. #define CREATE_ERROR -2
  10. #define WRITE_ERROR  -3